-
Notifications
You must be signed in to change notification settings - Fork 11
gh-496: functions for legacy mode #497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bd57b91
to
c1293de
Compare
Will review once #494 is in ✅ |
Similarly, I shall wait. I have changed the head of this PR to be |
Looking at the coverage, I think a test went missing when I spliced this onto GLASS. Unrelated to this PR, any ideas why all files and coverages appear twice on coveralls? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you send a link to the flask-like legacy mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ntessore! See my typing fixes below -
Co-authored-by: Saransh Chopra <saransh0701@gmail.com>
pre-commit.ci autofix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ntessore! Should wait for the discussion about linting above to be resolved.
Co-authored-by: Patrick J. Roddy <patrickjamesroddy@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
pre-commit.ci autofix |
I think this one is good to go. There's one untested function |
I think checking for two matrices, one that is posdef and one that is not, should be a good starter? |
Yeah, maybe you are right, I was only thinking that is really testing that |
Closes: #496
Implement functions and an example for FLASK-like "legacy mode". To be merged after #494. Example notebook not finished yet.